go/types.Checker.funcInst (method)

5 uses

	go/types (current package)
		call.go#L34: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) []Type {
		call.go#L394: 			targs := check.funcInst(nil, x.Pos(), &x, ix, infer)
		call.go#L429: 				targs := check.funcInst(nil, x.Pos(), &x, ix, infer)
		expr.go#L1005: 				check.funcInst(T, x.Pos(), x, nil, true)
		expr.go#L1072: 			check.funcInst(T, e.Pos(), x, ix, true)